home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 5 (Internal Edition)
/
Apple R&P Lib Internal v5.0.iso
/
6-Developer Demos
/
Developer Demos-Ed.
/
Macintosh School® CD-ROM Demo
/
Macintosh SchoolÆ CD-ROM Demo
/
card_29537.txt
< prev
next >
Wrap
Text File
|
1990-08-14
|
601b
|
29 lines
-- card: 29537 from stack: in
-- bmap block id: 36668
-- flags: 4000
-- background id: 2609
-- name:
----- HyperTalk script -----
on openCard
set cursor to none
hide message
hide menubar
play "Mac School Theme"
wait 45
visual dissolve slowly
go to next card
wait 180
show card field "Intro1"
wait 110
show card field "Intro2"
wait 90
show card field "Copyright"
wait 3 seconds
put the secs into secCount
repeat until ((the sound is "done") OR ((the secs - secCount) > 5))
end repeat
visual dissolve slowly to white
visual dissolve
go to next card
end openCard